From 2e531873073ad2e224aba134ad0e7cc7b79512ae Mon Sep 17 00:00:00 2001 From: Justin Burkett Date: Sat, 24 Feb 2018 16:35:16 -0500 Subject: [PATCH] Fix typo in previous commit --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index f16361d14c6..c4900e73844 100644 --- a/which-key.el +++ b/which-key.el @@ -1656,7 +1656,7 @@ alists. Returns a list (key separator description)." (defun which-key--get-keymap-bindings (keymap &optional all prefix) "Retrieve top-level bindings from KEYMAP. If ALL is non-nil, get all bindings, not just the top-level -one. PREFIX is for internal use and should not be used." +ones. PREFIX is for internal use and should not be used." (let (bindings) (map-keymap (lambda (ev def) -- 2.30.2